home *** CD-ROM | disk | FTP | other *** search
- Path: news.qb.island.net!frontier!rfunk
- Subject: Re: PPP cant init serial.device
- Newsgroups: comp.sys.amiga.datacomm
- References: <4br5oj$6uq@yarrow.wt.com.au> <2780.6569T1404T1636@ptialaska.net> <19960114.7D18F40.C39B@daemon.apana.org.au.apana.org.au> <19960114.11AC7B0.A0A2@olympus.net> <4dpufm$j40@news2.delphi.com>
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- From: rfunk@frontier.island.net (Ron_Funk)
- Message-ID: <rfunk.08tl@frontier.island.net>
- Date: Fri, 26 Jan 96 15:18:21 PST
- Organization: The Final Frontier
-
- Joanne Dow (jdow@BIX.com) wrote:
- : In article <19960114.11AC7B0.A0A2@olympus.net>,
- : dons@olympus.net (Don Schmelling) wrote:
-
- : ----- The script ---- ----- some annotations
- : ECHO ON Makes it easy to watch things
- : TIMEOUT 1500 Seems reasonable - sorta
- : #REDIAL "BUSY" Didn't like this option here
- : delay 100 Give modem time to "settle".
- : send "at&D2" Configure DTR behavior
- : wait "OK" Wait for the answer
- : delay 5 Pause very briefly
- : #SEND "ATDT 1 800 698 8621" Alternate number 1
- : #SEND "ATDT 1 800 741 9259" Alternate number 2
- : #SEND "ATDT 1 800 779 2966" Alternate number 3
- : SEND "ATDT 1 800 7944110" The real number dialed.
- : WAIT "CONNECT" Go get 'em, gang! We're there.
- :
- : The script is subject to change on whim or imaginative new requirement. (I wish
- : I could drive script, configuration, etc all from an AREXX script....
- : Hint Hint! {^_-})
-
- Is there a way of get this script to cycle thru a set of phone numbers. I
- have 3 or 4 numbers that I could call, it would be nice if one could use
- them.
-
- thanks for any help...
-
-
- RON
-